Home
last modified time | relevance | path

Searched hist:"866 b485262173a2b873386162b2ddcfbcb542b4a" (Results 1 – 1 of 1) sorted by relevance

/linux/mm/
H A Dpage_owner.cdiff 866b485262173a2b873386162b2ddcfbcb542b4a Fri Apr 30 07:54:57 CEST 2021 Georgi Djakov <georgi.djakov@linaro.org> mm/page_owner: record the timestamp of all pages during free

Collect the time when each allocation is freed, to help with memory
analysis with kdump/ramdump. Add the timestamp also in the page_owner
debugfs file and print it in dump_page().

Having another timestamp when we free the page helps for debugging page
migration issues. For example both alloc and free timestamps being the
same can gave hints that there is an issue with migrating memory, as
opposed to a page just being dropped during migration.

Link: https://lkml.kernel.org/r/20210203175905.12267-1-georgi.djakov@linaro.org
Signed-off-by: Georgi Djakov <georgi.djakov@linaro.org>
Acked-by: Vlastimil Babka <vbabka@suse.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>